Skip to content

Add verbose-logging toggle to suppress sensitive details from action logs and outputs#69

Open
VarshaRagavendran wants to merge 3 commits intomainfrom
v_logs
Open

Add verbose-logging toggle to suppress sensitive details from action logs and outputs#69
VarshaRagavendran wants to merge 3 commits intomainfrom
v_logs

Conversation

@VarshaRagavendran
Copy link
Copy Markdown
Contributor

Description of changes:
Added a verbose-logging input that, when false, suppresses sensitive infrastructure details (environment names/IDs, version labels, account IDs, bucket names, regions) from action logs, outputs, and error messages.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…logs and outputs

Added a verbose-logging input that, when false, suppresses sensitive infrastructure details (environment names/IDs, version labels, account IDs, bucket names, regions) from action logs, outputs, and error messages.
@VarshaRagavendran VarshaRagavendran marked this pull request as ready for review April 28, 2026 17:30
@VarshaRagavendran VarshaRagavendran requested a review from a team April 28, 2026 17:30
1. action.yml — Default changed from 'true' to 'false', and the description softened: Opt in to include infrastructure identifiers (region, account ID, environment ID, version label, URL) in logs and outputs. When set to false, operational progress is still logged but identifying infrastructure details are omitted from logs and outputs.

2. src/main.ts — Fallback default changed from true to false (used when validation fails before inputs are parsed).

3. src/validations.ts — Early-read fallback in the region validation error path changed from true to false.

4. README.md — Added verbose-logging to the Optional Inputs table with gentler phrasing: Opt in to include infrastructure identifiers (region, account ID, environment ID, version label, URL) in logs and outputs. When false, general deployment progress is still visible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant